correct tag in gpx reader for trkpt vdop.
authortsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 24 Mar 2014 01:14:51 +0000 (01:14 +0000)
committertsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 24 Mar 2014 01:14:51 +0000 (01:14 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4783 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/gpx.cc

index 259e90e616ba4ad1d8e6d02965693ecb8a81ca1c..525bd1a3381b0fbf3c41dd7cbad0e9de06823216 100644 (file)
@@ -429,7 +429,7 @@ tag_mapping tag_path_map[] = {
   { tt_hdop, 0, "/gpx/rte/rtept/hdop" },
   { tt_vdop, 0, "/gpx/wpt/vdop" },
   { tt_vdop, 0, "/gpx/trk/trkseg/trkpt/vdop" },
-  { tt_vdop, 0, "/gpx/rte/rtept/hdop" },
+  { tt_vdop, 0, "/gpx/rte/rtept/vdop" },
   {(tag_type)0, 0, NULL}
 };